Fix int/EMACS_INT use in textprop.c and window.c.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Sep 2010 13:21:20 +0000 (09:21 -0400)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Sep 2010 13:21:20 +0000 (09:21 -0400)
commit3ec7323cd456d3229bfd1585f607fabe46f7eab4
tree7e62e4fec675befc88fa464f5b487a3254e822bb
parent63adbace3ed45a03d26f8fc59757b82cc6450f11
Fix int/EMACS_INT use in textprop.c and window.c.

 window.c (Fpos_visible_in_window_p, Fdelete_other_windows)
 (Fselect_window, window_scroll_pixel_based)
 (window_scroll_line_based, Frecenter, Fset_window_configuration):
 Use EMACS_INT for buffer positions.
 textprop.c (validate_interval_range, interval_of)
 (property_change_between_p, Fadd_text_properties)
 (set_text_properties_1, Fremove_text_properties)
 (Fremove_list_of_text_properties, Ftext_property_any)
 (Ftext_property_not_all, copy_text_properties)
 (text_property_list, extend_property_ranges)
 (verify_interval_modification): Use EMACS_INT for buffer
 positions.
src/ChangeLog
src/textprop.c
src/window.c